-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[OpenMP][Docs] Update OpenMP supported features table #115106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
OpenMP features table: added 'allocator' modifier for 'allocate' clause as a completed feature in OpenMP 5.1 Implementation Details.
|
@llvm/pr-subscribers-clang Author: David Pagan (ddpagan) ChangesOpenMP features table: added 'allocator' modifier for 'allocate' clause as a completed feature in OpenMP 5.1 Implementation Details. Full diff: https://github.com/llvm/llvm-project/pull/115106.diff 1 Files Affected:
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 6c7afc12b44ebb..3f996ceaff156c 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -284,6 +284,8 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| memory management | alignment for allocate directive and clause | :good:`done` | D115683 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
+| memory management | 'allocator' modifier for allocate clause | :good:`done` | https://github.com/llvm/llvm-project/pull/114883 |
++------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| memory management | new memory management routines | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| memory management | changes to omp_alloctrait_key enum | :none:`unclaimed` | |
|
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/8961 Here is the relevant piece of the build log for the reference |
OpenMP features table: added 'allocator' modifier for 'allocate' clause as a completed feature in OpenMP 5.1 Implementation Details.